<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    
    a {
        color: #666;
    }
    
    a:hover {
        color: #e61110;
    }
    
    body {
        color: #333;
        font: 12px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
        background: #fff;
    }
    
    .wrapper {
        max-width: 1200px;
        /*min-width: 980px; */
        _width: 1200px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */
    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }
    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }
    
    .arr-r em {
        left: 1px;
    }
    
    .arr-r span {
        border-left-color: #3675bb;
    }
    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }


    /* search */
.navigation{ /* display: none; */ height:90px;padding-left: 45px; line-height: 90px; border-left: 1px solid #c8c8c8; position: absolute;right:20px;top: 0;z-index: 99; font-size: 12px;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.navigation a{margin-right: 5px;}

    /* ==========================================================================
   Header
   ========================================================================== */

    header {}
    
    header .wrapper { min-height: 80px; position: relative; z-index: 99; }    
    .logo { position: absolute; left:0;width:30%;height:90px; overflow: hidden; line-height:90px;
        -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
     }  
    .logo img{max-width: 100%;max-height: 100%;}  
@media only screen and (max-width:767px) {
   .logo{display: none;}
}
.topbar{height: 50px;background: #0a0908;color: #cccaca;font: 300 14px/50px microsoft yahei; 
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.topbar a{color: #cccaca;margin-right: 20px;}
.topbar .fa{margin-right: 5px;}
.topbar .bar_left{float: left;padding-left: 10px;}
.topbar .bar_right{float: right;}

.serchinco{position: absolute;width:40px; height: 48px; right:73px; top: 23px; font: 300 12px/48px microsoft yahei;cursor: pointer;z-index: 999; text-align: center;display: none;
  -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}   

.serchinco .fa{font-size: 16px;}
.globalsearch{display: none;}
.globalsearch{position: absolute; top: 90px; right:0;width: 280px;background: #fff;padding:15px;z-index: 99; background: #f00;}
.globalsearch #q,
.globalsearch .search-btn { float: left;   border: 0 none; }
.globalsearch #q { width: calc(100% - 60px); height: 18px; padding: 10px 40px 10px 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 30px; height: 38px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center; margin-left: -42px; }

@media only screen and (max-width:767px) {
    .topbar{position: relative; height: 40px; line-height: 40px;}
    .topbar .bar_left{display: none;}
    .topbar .bar_right{position:absolute;z-index: 999;right: 65px; }
    .topbar .bar_right .mcyc{display: none;}
    .globalsearch{ width: calc(100% - 30px);}
    .navigation{height:40px;padding-left:0; line-height:40px; border-left:0;right:10px;color: #cccaca;font-size: 14px;}
    .navigation a{color: #cccaca;}
    .serchinco{right: 0; top: 40px;}
    .globalsearch #q { width: calc(100% - 80px);}
    .globalsearch{ top:88px;}
}

    /* ==========================================================================
   Nav
   ========================================================================== */
    /* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #ff0000;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        background: rgba(255, 255, 255, .9);
        display: none;
        padding: 15px 20px;
        border-bottom: 3px solid #ff0000;
        margin-left: -65px;
        top: 100%;
        min-width: 150px;
    }
    
    @media (min-width:768px) {
        .active1 + .dropdown {
            top: 56px;
        }
    }
    
    .dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #ff0000;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 30px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;
        background: none;
        border-bottom: 0 none;
        width: 90%;
        display: block;
        text-align: left;
    }
    
    @media (max-width:767px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 50%;
            text-align: left;
        }
        .dropdown { min-width: calc(100% - 40px);}
    }
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover,
    .dropdown a:hover .fa {
        color: #ff0000;
    }
    
    
   /**mini_top**/
   .mini_top .topbar{height: 30px;font: 300 14px/30px microsoft yahei; }
   .mini_top   .logo {height:50px; line-height:50px;margin-top: 20px; }  
   .mini_top .navigation{height:60px;line-height: 60px;}
   .mini_top .serchinco{top: 9px;}
   .mini_top .globalsearch{top: 60px;}
 

    /* ==================================
   banner
   ================================== */
    
.banner { overflow: hidden;margin-top: 110px;position: relative;}
.banner .swiper-slide .pic {overflow: hidden;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
.banner .swiper-button-next,.banner .swiper-button-prev{width:53px; height: 103px;}
.banner .swiper-button-next{background: url(../images/br.png) no-repeat left top;}
.banner .swiper-button-prev{background: url(../images/bl.png) no-repeat left top;}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block; border:2px solid #fff;
    border-radius: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#33FFFFFF', endColorstr='#33FFFFFF');background:rgba(255,255,255,0.2);
    opacity:0.8;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}
    .banner {margin-top:0; height: auto;}
    .banner .swiper-slide .pic { height: auto;}
   .banner .swiper-slide img { display: block;max-width: 100%;}
   .banner .swiper-button-next,.banner .swiper-button-prev{display: none;}
}
 
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

.tit01{font: 300 35px/40px microsoft yahei; color: #282828; text-align: center;}
.titen{font: 300 24px/36px microsoft yahei;color:#9e9e9e;text-transform:Uppercase; text-align: center;margin-top: 10px;}

/* ==========================================================================
   home_about
   ========================================================================== */
.home_industry{padding:40px 0;}
.home_industry .ms{font: 300 14px/24px microsoft yahei; color:#707070; text-align: center;width:95%;margin:20px auto 60px auto;}
.home_industry .warp{border:1px solid #cecece;border-left:0;height: 350px; overflow: hidden; text-align: center; color: #878787;
 font: 300 16px/30px microsoft yahei;
 -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }
#owl-industry .owl-pagination{display: none;}
.home_industry .warp:hover{background: #ff0000;}
.home_industry .warp:hover a{color: #fff;}
.home_industry .warp .indutit{font-size: 24px;color: #333;}
.home_industry .warp:hover .indutit{color: #fff;}
.home_industry .warp .line{width:80px; height: 2px;background: #ff0000;margin:5px auto;}
.home_industry .warp:hover .line{background: #fff;}
.home_industry .inco{ width:90px; height: 90px; overflow: hidden;margin:80px auto 40px auto; transition: background 0.5s;}
.home_industry .warp:hover .inco{   background-position: center -90px!important;}
.home_industry .inco01{ background: url("../images/inco01.png") no-repeat center top;}
.home_industry .inco02{ background: url("../images/inco02.png") no-repeat center top;}
.home_industry .inco03{ background: url("../images/inco03.png") no-repeat center top;}
.home_industry .inco04{ background: url("../images/inco04.png") no-repeat center top;}
.home_industry .inco05{ background: url("../images/inco04.png") no-repeat center top;}

#owl-industry .owl-prev,#owl-industry .owl-next{opacity:1;top:0; width:35px;height:35px;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:20px 5px 0 5px;
-webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
#owl-industry .owl-prev{background: url(../images/arr01.png) center no-repeat;}
#owl-industry .owl-next{background: url(../images/arr02.png) center no-repeat;}

/* ==========================================================================
   home_funrenmode01
   ========================================================================== */
.home_funrenmode01{padding:60px 0;background: url(../images/home01.jpg) center top no-repeat;background-size: cover;     display: none;}
.home_funrenmode01 .mode .pic{width: 50%;height: 580px;overflow: hidden;}
.home_funrenmode01 .mode .pic img{height: 100%;transition: transform 2s;}
.home_funrenmode01 .mode .pic:hover img{ transform: scale(1.1);} 
.home_funrenmode01 .mode .txtarea{width: 50%;height: 580px;overflow:hidden; }  
.home_funrenmode01 .mode01 .pic{float: left;}
.home_funrenmode01 .mode01 .txtarea{float: right;}
.home_funrenmode01 .txtarea .warp{padding:70px 0 0  40px;font: 300 14px/36px microsoft yahei; }
.home_funrenmode01 .txtarea h2{color: #f00;text-transform:Uppercase; font-size: 24px;}
.home_funrenmode01 .txtarea h3{color: #f00;font-size: 36px;margin:20px 0 30px 0;}
.home_funrenmode01 .txtarea .desc{max-height:216px; overflow: hidden;margin-bottom: 40px; }
.home_funrenmode01 .txtarea .more a{padding:10px 30px;background: #f00;color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.home_funrenmode01 .txtarea .more a:hover{background: #c40000;}
.home_funrenmode01 .mode02 .pic{float: right;}
.home_funrenmode01 .mode02 .txtarea{float: left;}
.home_funrenmode01 .mode02 .txtarea .warp{padding:70px 40px 0  0;}
@media only screen and (max-width: 767px) {
    .home_funrenmode01 .mode .pic{width: 100%;height: auto;}
    .home_funrenmode01 .mode .pic img{height:auto;max-width: 100%;}
    .home_funrenmode01 .mode .txtarea{width: 100%;height: auto;padding-bottom: 40px;}  
    .home_funrenmode01 .txtarea .warp,.home_funrenmode01 .mode02 .txtarea .warp{padding:20px 0 0 0;font: 300 14px/24px microsoft yahei;}
    .home_funrenmode01 .txtarea h2{ font-size: 18px;}
.home_funrenmode01 .txtarea h3{font-size: 30px;margin:20px 0 30px 0;}
}

/* ==========================================================================
   home_Project
   ========================================================================== */
.home_Project{padding:40px 0;}
.home_Project .wrapper{max-width:1700px;}
.home_Project .lastnew{width: 50%;height: 527px;overflow: hidden; float: left;}
.home_Project .lastnew .pic{width: calc(100% - 340px); float: left; height: 527px; overflow: hidden;}
.home_Project .lastnew .pic img{height: 100%;transition: transform 2s;}
.home_Project .lastnew .pic:hover img{ transform: scale(1.1);} 
.home_Project .lastnew .txtarea{width: 340px; height: 527px; overflow: hidden;background: #ef1614;}
.home_Project .lastnew .txtarea .warp{padding:0 40px;color: #fff;font: 300 14px/30px microsoft yahei;}
.lastnew .txtarea .date{width:100px; height: 90px; background: #fff;color: #f00; text-align: center; font-size: 16px;}
.lastnew .txtarea .date h2{font-size: 36px;padding-top: 20px;}
.lastnew .txtarea .tit{font-size: 20px;border-bottom: 1px solid #fff;padding-bottom: 10px;margin:30px 0 10px 0;}
.lastnew .txtarea .tit a{color: #fff;}
.lastnew .txtarea .desc{height: 240px;line-height: 30px;overflow: hidden;margin-bottom: 20px;}

.hnewlist{width: 49%; float: right;}
.project_box{margin-top: 40px;}
.hnewlist li{margin-bottom: 52px;}
.hnewlist .pic{width: 190px; float: left; height:140px; overflow: hidden;}
.hnewlist .pic img{max-width: 100%; transition: transform 2s;}
.hnewlist .pic:hover img{ transform: scale(1.1);} 
.hnewlist .txtarea{width: calc(100% - 220px); height: 140px; overflow: hidden; float: right;border-bottom: 1px solid #e0e0e0;}
.hnewlist .txtarea h2 a{font: 600 16px/30px microsoft yahei;color: #333;}
.hnewlist .txtarea .desc{font: 300 14px/30px microsoft yahei;color: #666; height: 60px; overflow: hidden;margin-top: 10px;}

@media only screen and (max-width: 1200px) {
.home_Project .lastnew{width: 100%; float: none;}
.hnewlist{width: 100%; float: none;margin-top: 20px;}
}

@media only screen and (max-width:767px) {
.home_Project .lastnew{height: auto;}
.home_Project .lastnew .pic{width:100%; float: none; height:auto;max-height: 300px; overflow: hidden; text-align: center;}
.home_Project .lastnew .pic img{height: auto;max-width: 100%;}
.home_Project .lastnew .txtarea{width: 100%; height: auto; overflow: hidden;background: #ef1614;}
.home_Project .lastnew .txtarea .warp{padding:0 40px 30px 40px;}
.lastnew .txtarea .desc{height: 120px;line-height: 30px;overflow: hidden;margin-bottom: 20px;}
.hnewlist .pic{width: 100%; float: left; height:200px; overflow: hidden;}
.hnewlist .txtarea{width:100%; height: 140px; overflow: hidden; float: right;border-bottom: 1px solid #e0e0e0;}
}

.home_about{padding-bottom: 40px;}
.home_about .ms{font: 300 14px/24px microsoft yahei; color:#707070; text-align: center;width:80%;margin:20px auto 60px auto;}
.abou_box li{width: 33.3%;float: left;}
.abou_box li .warp{margin-right: 15px;}
.abou_box .pic{width:100%; height:200px; overflow: hidden;}
.abou_box .pic img{height: 100%; transition: transform 2s;}
.abou_box li:hover .pic img{ transform: scale(1.1);} 
.abou_box .txtarea{height: 100px; background: #f1f3f5;padding:20px 30px;font: 300 14px/24px microsoft yahei;color: #333;
    -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
 }
.abou_box .txtarea .indutit{font-size: 24px;margin-bottom: 10px;font-weight: bold;}
.abou_box li:hover .txtarea{ background: #e31210; color: #fff;}
.abou_box li .txtarea .desc{height: 72px;overflow: hidden;}
@media only screen and (max-width:767px) {
.abou_box li{width:100%;float: none;margin-bottom: 15px;}
.abou_box li .warp{margin-right:0;}
}


/* ==========================================================================
   Footer
   ========================================================================== */
footer { color:#848484; font-size: 12px; background: #2e2e31; font-family: microsoft yahei;border-top: 5px solid #e31210;}
footer a { color: #fff; }
footer a:hover { text-decoration: underline; }
.footer-nav { text-align: justify; }
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }

.footer-nav{width: calc(100% - 400px); float: left;padding-top: 50px;}
.fn-col { display: inline-block; *display:inline;
zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 10px; font: 300 16px/24px microsoft yahei;}
.fn-col h3 a { color:#c7c7c7;}
.fn-col h3 a:hover { color: #fff; }
.fn-col ul {}
.fn-col li { line-height: 36px; font-size: 14px; }
.fn-col li a { color: #c7c7c7;  }
.fn-col li a:hover { color: #fff; }
.footbd{line-height: 18px; padding:20px 0; text-align: center;border-top: 1px solid #585858;}
.footbd a{ color: #fff;}
.footrig{width:356px; float: right; background: #3d3d3d;}
.footrig .warp{padding:50px 40px 0 40px;color: #c7c7c7;font: 300 14px/30px microsoft yahei;}
.foottel{padding-left: 60px;background: url(../images/arr04.png) left top no-repeat;margin:10px 0 20px 0; }
.foottel .tel{font-size: 24px;}
.footewm{margin:20px 0;}
.footewm .mode{width: 50%; float: left;}


.fixed-b { position: fixed; width: 100%; background: #333; bottom: 0; left: 0; display: none;z-index: 3; }
.fixed-b li { width: 25%; text-align: center; color: #fff; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #454545; color: #fff; padding: 10px 0; }
.fixed-b li .fa{font-size: 24px; line-height: 30px;}
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; margin-top: 5px; }


@media only screen and (max-width: 767px) {
footer{padding:20px 0 50px 0;}
.fixed-b { display: block; }
.footer-nav { text-align: left;padding-top: 0;}
.footer-nav{width:100%; float: none;}
.fn-col{padding:0 10px;}
.fn-col ul {display:none;}
.footbd{text-align: center;}
.footrig{width:100%; float: right; background: #2e2e31;}
.footrig .warp{padding:0;color: #c7c7c7;font: 300 14px/30px microsoft yahei;}
.footewm{display: none;}


}
.toggle-btn { display: none;}


@media only screen and (max-width: 767px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont &gt; p img {
        width: 100%;
        height: auto;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}


</pre></body></html>